home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00042.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  207 b   |  13 lines

  1. on exitFrame
  2.   global ship
  3.   if ship = 1 then
  4.     play frame "shipgo"
  5.   end if
  6.   if the mouseCast <> the castNum of sprite 16 then
  7.     go("loop")
  8.   end if
  9.   if the mouseDown then
  10.     go("cam3")
  11.   end if
  12. end
  13.